home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 108
- Width = 423
- Height = 360
- Caption = 'Form1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 24
- Top = 8
- Width = 185
- Height = 25
- Caption = 'Load example component'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 16
- Top = 48
- Width = 233
- Height = 25
- Caption = 'Turn on component subclass of form'
- TabOrder = 1
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 16
- Top = 88
- Width = 225
- Height = 25
- Caption = 'Turn off subclassing'
- TabOrder = 2
- OnClick = Button3Click
- end
- object Panel1: TPanel
- Left = 32
- Top = 208
- Width = 321
- Height = 73
- Caption = 'Panel1'
- TabOrder = 3
- end
- object Button4: TButton
- Left = 32
- Top = 168
- Width = 249
- Height = 25
- Caption = 'Drop example component on Panel1'
- TabOrder = 4
- OnClick = Button4Click
- end
- object Button5: TButton
- Left = 40
- Top = 296
- Width = 201
- Height = 25
- Caption = 'Drop example 2 on Panel'
- TabOrder = 5
- OnClick = Button5Click
- end
- end
-